Release 10.1A: OpenEdge Development:
Debugging and Troubleshooting


Objects created and deleted implicitly

OpenEdge creates and deletes some objects implicitly. This means the 4GL application does not explicitly have a CREATE or DELETE OBJECT statement for the object. An example of implicit object creation is a SOCKET object, which OpenEdge creates when it receives a Connect event on a SERVER-SOCKET. In this case, the log entry contains the word IMPLICIT. OpenEdge creates the following object types implicitly:

An example of implicit object deletion is when OpenEdge destroys an object during the course of destroying its object pool. In this case, the log entry contains the word POOLDEL.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095